home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-06-08 | 1.4 KB | 34 lines | [TEXT/GEOL] |
- Item 2473501 3-June-90 14:52PDT
-
- From: D5000 Succession, Eric Brewer,PRT
-
- To: MACDTS Macintosh Developer Tech Supt
- CPLUS.APPLE$ C++ Interest List--Apple Employees
- CPLUS.DEV$ C++ Interest List--Developers
-
- Sub: RE- C++ Library Bug
-
- Hi,
-
- The bug I reported with C++ Library has a bug in it (the bug report that is!).
- The following paragraph (from the original bug report):
- The above code should copy every line of a given file to stdout with
- the string "Line is'" preceding each line, and "'" terminating each
- line. This happens correctly as long as the file ends with a newline.
- If a file does not end with a newline, the last line will not be
- output (e.g. lost).
- Should read as follows:
- The above code should copy every line of a given file to stdout with
- the string "Line is'" preceding each line, and "'" terminating each
- line. This happens correctly as long as the file does not end with
- a newline. If the file ends with a newline, the next to last line
- of the file will be copied out to stdout.
-
- I apologize to anyone having difficulty in reproducing the original bug. A bug
- exists, I screwed up in the description! Oh well. I hope this helps.
-
- Thanks,
- Eric T. Brewer
- D5000
-
-